home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / passw11.zip / PASSWORD.DOC < prev    next >
Text File  |  1992-11-13  |  4KB  |  90 lines

  1. UPLOADED by Helmut DIER
  2. hel@vm.univie.ac.at
  3.  
  4. DOCUMENTATION TO PASSWORD.SYS VERISON 1.1
  5.  
  6.  
  7. PASSWORD.SYS enables you to protect your Harddisk or Floppydisk from
  8. not welcomed Users. If you have the problem that several people enter
  9. your system without your permission, and you are sick of that, then you
  10. could find this little program useful.
  11. It asks for a PASSWORD (maximum 40 characters long), and repeats until
  12. the correct password is typed in or halts your machine if the password
  13. isn't valid after the fourth try. The password is quite sure and very hard
  14. to break - so don't worry, that a Hacker could enter your machine. The
  15. difference to other commercial products is, that it is written as a
  16. device driver, which means, one cannot interrupt its Code. There are only
  17. two ways: one: Reenter the password or switch off the computer. there's of
  18. course too the posibilty to access via the Floppydisk and alter the Config.sys
  19. file, but for normal use its quite save.
  20. I just wrote this program to test the devicedriver possibilities of MSDOS.
  21. This program does nothing exept asking for a password, and lock the computer,
  22. if no one right is typed in. It doesn't cut off any of your valuable RAM.
  23.  
  24. Installation
  25.  
  26. 1) Copy PASSWORD.SYS and SETPASSW.EXE to your root-directory (or utility
  27.    directory, if you have got one).
  28. 2) Load the file CONFIG.SYS (in the rootdirectory of your bootdrive) into a
  29.    texteditor(only ASCII-TEXT) and insert the Following as the first in
  30.    CONFIG.SYS:
  31.  
  32.           DEVICE=C:\PASSWORD.SYS
  33.  
  34. 3) After doing this reboot your Computer. Now should be the Pasword-prompt
  35.    on your screen. The default-password is "GUEST". Enter it now; be care-
  36.    ful: the program works case-sensitive, that means that GueST and GUEST
  37.    aren't the same (like in C and Modula-2).
  38.  
  39. 4) If you like to change the Password, then use the program SETPASSW.EXE,
  40.    which comes with PASSWORD.SYS. First you have to enter the correct
  41.    password and then yu can enter a new one. Write it down and store it
  42.    in a save place, so that if you forget your password you could look it
  43.    up.
  44.  
  45. There are some tips using Passwords:
  46.  
  47.  -) You should change your password regularly (e.g. each week).
  48.  -) Use random combinations of Letters and numbers; then you could be
  49.     quite secure, that no one will be able to hack in.
  50.  
  51.  
  52. If you find this program useful and like it, then be so kind and send me
  53. something for it, so that I get more ideas to develope my program (I'm
  54. thinking of Directory access rights etc...). A little gift would be
  55. appreciated in the range from US 5$ to US 10000000$. If you register then
  56. you get always news about new products and updates for this one.
  57.  
  58. THIS PRODUCT IS SHAREWARE - YOU ARE ALLOWED TO HANDLE IT TO YOUR
  59. FRIENDS AND OTHERS BUT ONLY IF NOTHING IN THE PROGRAMS OR THE DOCUMENTATION
  60. IS ALTERED. I DON'T CHARGE FOR ANY DAMAGES, THE USE OF THIS PROGRAM MAY
  61. CAUSE. ALTHOUGH IT IS PROGRAMMED TOTALLY CLEAR ERRORS CAN'T BE EXCLUDED.
  62. IF SUCH ERRORS OCCUR, AND YOU ALLOCATE THE ERROR THEN PLEASE SEND A MAIL TO
  63. ME.
  64.  
  65. please send money orders to:
  66.  
  67.   Christoph Christ
  68.   Karl Schweighoferg. 9/6
  69.   1070 Wien
  70.   AUSTRIA
  71.  
  72. MAIL.Address:
  73.   Because I don't have an account for myself, I have to use the address of
  74.   a friend of mine. He'll send the mails to me after that. His address:
  75.   hel@vm.univie.ac.at
  76.  
  77. REMARKS:
  78.   Version 1.1 now enables hidden input of Passwords; not as the Version
  79.   1.0 did, which echoed the String to the screen. Now for each Character
  80.   a '*' is displayed. you can edit your input as you are used to it.
  81.   The first Release of my program was a test, if it would be useful for
  82.   other users. after a mail fron Mr. Salmi from GARBO i got encouraged to
  83.   develope my program more. Next versions will have the option to switch
  84.   the screenprompt between several languages (spanish, french, german,
  85.   italian, and english).
  86.  
  87.   Bueno amigos, ¡hasta lugo!
  88.  
  89.  
  90. Vienna 13nd Nov. 1992    Copyright 1992 by Christoph Christ